home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Freelog 121
/
FreelogMagazineJuilletAout2014-No121.iso
/
Outils
/
Adobe-Air
/
adobe-air_13.exe
/
[0]
/
setup.swf
/
scripts
/
zh_Hant$effects_properties.as
< prev
next >
Wrap
Text File
|
2014-03-27
|
552b
|
23 lines
package
{
import mx.resources.ResourceBundle;
public class zh_Hant$effects_properties extends ResourceBundle
{
public function zh_Hant$effects_properties()
{
super("zh_Hant","effects");
}
override protected function getContent() : Object
{
return {
"incorrectTrigger":"The Zoom effect can not be triggered by a moveEffect trigger.",
"incorrectSource":"Source property must be a Class or String."
};
}
}
}